Global Index
HTML5 JS API Index > SVG Tutorials & Specs

SVGTextPathElement

Extends SVGTextContentElement. Implements SVGURIReference, SVGURIReference.

Properties
const unsigned short
TEXTPATH_METHODTYPE_ALIGN = 1
Corresponds to value 'align'.
const unsigned short
TEXTPATH_METHODTYPE_STRETCH = 2
Corresponds to value 'stretch'.
const unsigned short
TEXTPATH_METHODTYPE_UNKNOWN = 0
The enumeration was set to a value that is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
const unsigned short
TEXTPATH_SPACINGTYPE_AUTO = 1
Corresponds to value 'auto'.
const unsigned short
TEXTPATH_SPACINGTYPE_EXACT = 2
Corresponds to value 'exact'.
const unsigned short
TEXTPATH_SPACINGTYPE_UNKNOWN = 0
The enumeration was set to a value that is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
SVGAnimatedString
href
Corresponds to attribute ‘xlink:href’ on the given element.
SVGAnimatedEnumeration
method
Corresponds to attribute ‘method’ on the given ‘textPath’ element.
SVGAnimatedEnumeration
spacing
Corresponds to attribute ‘spacing’ on the given ‘textPath’ element.
SVGAnimatedLength
startOffset
Corresponds to attribute ‘startOffset’ on the given ‘textPath’ element.